EFI: fix tool chain capabilities detection
authorJan Beulich <jbeulich@suse.com>
Mon, 9 Sep 2013 12:35:29 +0000 (14:35 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 9 Sep 2013 12:35:29 +0000 (14:35 +0200)
commit6ad580d8685190585ba27e996be7e1a730d2a317
treeff309ebcd5a047cf41b1b629a2a52cfa7a768d42
parent0fbf3208d9c1a568aeeb61d9f4fbca03b1cfa1f8
EFI: fix tool chain capabilities detection

Commit f5a54e92 ("xen: move some arch CFLAGS into the common Rules.mk")
transformed CFLAGS assignments to CFLAGS-y ones, which collides with
the was xen/arch/x86/efi/Makefile determines whether the tol chain is
usable for an EFI build. Transform the block back to using CFLAGS.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Tim Deegan <tim@xen.org>
Acked-by: Keir Fraser <keir@xen.org>
xen/Rules.mk